home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / ssaver26.zip / SAMPLE.ZIP / SAMPLE.DEF < prev    next >
Text File  |  1996-09-22  |  818b  |  25 lines

  1. ;
  2. ;    sample.def
  3. ;    sample saver module definition file
  4. ;    (C) 1993-94 Siegfried Hanisch
  5. ;
  6.  
  7. ;    $$$$$ change code here $$$$$
  8. ;    Between the keywords LIBRARY and INITINSTANCE, insert the file(!) name
  9. ;    of your new module. It must be exactly the same name as the one of
  10. ;    the resulting *.ssm file; if it is not, OS/2 will refuse to load the
  11. ;    file.
  12. ;    If you want to be able to use the file on a FAT drive, make sure the
  13. ;    name does not exceed 8 characters.
  14. ;    After the DESCRIPTION keyword, you can add a comment or copyright
  15. ;    string or something like that.
  16. ;    Do not change the rest of the file (the DATA and EXPORTS sections).
  17. ;
  18. LIBRARY  sample INITINSTANCE TERMINSTANCE
  19. DESCRIPTION    'ScreenSaver module  (C) 1993-96 Siegfried Hanisch'
  20.  
  21. DATA    MULTIPLE NONSHARED
  22. EXPORTS
  23.     SAVER_PROC
  24.     MODULESOURCE_VERSION
  25.